joinFailed

abstract fun joinFailed(call: CallInterface?, error: MobileError?)

This is the call back method for the join request. This method is invoked when join call has failed.

Since

2.0.0

Parameters

call

related call

error

related error

See also